POV-Ray : Newsgroups : povray.general : Povtree Q : Re: Povtree Q Server Time
3 Aug 2024 02:20:07 EDT (-0400)
  Re: Povtree Q  
From: Gena
Date: 27 May 2004 02:45:22
Message: <40b58e82$1@news.povray.org>
If you use mesh trees from POV-Tree you just have to name
your files differently:

#include "tree1.inc"
object{TREE}

#include "tree2.inc"
object{TREE}

If you use blob trees generated by TOMTREE macro you can
declare that like this:

#include "tree1.inc"
#include "TOMTREE-1.5.inc"
object{TREE}

#include "tree2.inc"
#include "TOMTREE-1.5.inc"
object{TREE}

Hope this helps.

Gena.


St. wrote:
> How do you get two or more different trees into one scene file?
> 
>  I can get many of the same tree in the same scene, but what do you
> use other than - object {TREE} - for the other versions?
> 
> Silly question, I know, but it's doing my head in...  ;)
> 
>   ~Steve~
> 
>


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.